home *** CD-ROM | disk | FTP | other *** search
- Server = {
- SUPERCLASS = Object;
- };
- ServerList = {
- SUPERCLASS = List;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ConfigPanel = {
- ACTIONS = {
- accessChanged:;
- panelDone:;
- setPublishedDomain:;
- };
- OUTLETS = {
- access;
- domaintext;
- titletext;
- panel;
- noteform;
- hostform;
- wherebutton;
- };
- SUPERCLASS = Object;
- };
- Queue = {
- ACTIONS = {
- showQueue:;
- delete:;
- };
- OUTLETS = {
- note;
- panel;
- list;
- servername;
- status;
- deletebutton;
- };
- SUPERCLASS = Object;
- };
- QueueCell = {
- SUPERCLASS = SelectionCell;
- };
- RenderManager = {
- ACTIONS = {
- configureServer:;
- serverSelected:;
- checkQueue:;
- createNewServer:;
- deleteServer:;
- };
- OUTLETS = {
- queue;
- browser;
- notetext;
- configbutton;
- newbutton;
- configpanel;
- };
- SUPERCLASS = Application;
- };
-